Version

CreateLinearGradientFill(Double,CellFillGradientStop[]) Method

Creates a linear gradient that can be applied to a cell's fill.
Syntax
public static CellFillLinearGradient CreateLinearGradientFill( 
   double angle,
   params CellFillGradientStop[] stops
)

Parameters

angle
The angle, in degrees, of the direction of the linear gradient, going clockwise from the left-to-right direction.
stops
Two or more gradient stops which describe the color transitions and their positions within the gradient.
Exceptions
ExceptionDescription
System.ArgumentExceptionstops contains less than two gradient stops. There must be at least two stops to define the gradient.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also